Fix up the docs a bit.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 May 2005 16:09:37 +0000 (16:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 2 May 2005 16:09:37 +0000 (16:09 +0000)
2005-05-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus):
(gtk_menu_shell_get_take_focus): Fix up the docs a bit.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkmenushell.c

index fa1761344812d201ecbc399af8c1492a1aca0642..0953aa829414f9bfe04894b449b0ce60c63f5ddb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus): 
+       (gtk_menu_shell_get_take_focus): Fix up the docs a bit.
+
 2005-05-02  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkmain.c (do_post_parse_initialization): return silently if
index fa1761344812d201ecbc399af8c1492a1aca0642..0953aa829414f9bfe04894b449b0ce60c63f5ddb 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus): 
+       (gtk_menu_shell_get_take_focus): Fix up the docs a bit.
+
 2005-05-02  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkmain.c (do_post_parse_initialization): return silently if
index fa1761344812d201ecbc399af8c1492a1aca0642..0953aa829414f9bfe04894b449b0ce60c63f5ddb 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus): 
+       (gtk_menu_shell_get_take_focus): Fix up the docs a bit.
+
 2005-05-02  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkmain.c (do_post_parse_initialization): return silently if
index dabae710ae5ef0f2aa225f0b11a9bb2cb3d04f65..158a15a81b2252dcefe6668bd3ad2cf3c1d9b89a 100644 (file)
@@ -1467,9 +1467,9 @@ _gtk_menu_shell_remove_mnemonic (GtkMenuShell *menu_shell,
 
 /**
  * gtk_menu_shell_get_take_focus:
- * @menu: a #GtkMenuShell
+ * @menu_shell: a #GtkMenuShell
  *
- * @returns: %TRUE if the menu_shell will take the keyboard focus on popup.
+ * @returns: %TRUE if the menu shell will take the keyboard focus on popup.
  *
  * Since: 2.8
  **/
@@ -1487,11 +1487,11 @@ gtk_menu_shell_get_take_focus (GtkMenuShell *menu_shell)
 
 /**
  * gtk_menu_shell_set_take_focus:
- * @menu: a #GtkMenuShell
- * @take_focus: %TRUE if the menu_shell should take the keyboard focus on popup.
+ * @menu_shell: a #GtkMenuShell
+ * @take_focus: %TRUE if the menu shell should take the keyboard focus on popup.
  *
- * If @take_focus is %TRUE (the default) the menu will take the keyboard focus
- * so that it will receive all keyboard events which is needed to enable
+ * If @take_focus is %TRUE (the default) the menu shell will take the keyboard 
+ * focus so that it will receive all keyboard events which is needed to enable
  * keyboard navigation in menus.
  *
  * Setting @take_focus to %FALSE is useful only for special applications